bugfix(web-app-files): [OCISDEV-862] Fix share invite button being pushed down in space sharing#13793
Merged
mzner merged 1 commit intoMay 19, 2026
Conversation
135e9b7 to
41350a7
Compare
41350a7 to
99c0aea
Compare
|
LukasHirt
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Fixes the layout of the invite collaborator form where the "Share" button was being pushed down to a new line when sharing a space. The changes include:
oc-flex-wrapwithoc-flex-middleon the main action row to vertically center items and prevent wrappingoc-flex-nowrapto the button container to keep the expiration indicator and share button on the same linebutton positioning
white-space: nowrapto the share button to prevent its text from breaking across linesRelated Issue
Motivation and Context
When sharing a space, the additional UI elements (role dropdown, expiration indicator) caused the "Share" button to be pushed below the action row. This made the form look broken and was confusing to users.
How Has This Been Tested?